home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / GACUPS / Source / UPSController.h < prev    next >
Encoding:
Text File  |  1993-08-12  |  713 b   |  21 lines

  1. /* Written 8/12/93 by Max Hailperin <max@nic.gac.edu>, Math/CS department,
  2.    Gustavus Adolphus College.  Public domain, no warranty.  Please share
  3.    any improvements with me.  */
  4.  
  5. #import <objc/Object.h>
  6.  
  7. @interface UPSController:Object
  8. {
  9. }
  10.  
  11. -initOn: (const char *)tty;
  12. -(int)systemMode:(int*)systemMode inverterStatus:(int*)inverterStatus
  13.       alarmStatus:(int*)alarmStatus ACInputVolts:(int*)ACInputVolts
  14.       ACOutputVolts:(int*)ACOutputVolts
  15.       ACOutputDeciAmperes:(int*)ACOutputDeciAmperes ACLoadVA:(int*)ACLoadVA
  16.       batteryDeciVolts:(int*)batteryDeciVolts deciHertz:(int*)deciHertz
  17.       minutes:(int*)minutes ambientTemp:(int*)ambientTemp
  18.       ROMVersion:(int*)ROMVersion time:(int*)time;
  19.  
  20. @end
  21.